home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / network / pcmenu30.zip / PCM_SUB.MNU < prev    next >
Text File  |  1993-09-02  |  2KB  |  42 lines

  1. %Submenu File,5,5,1
  2. Start Windows (PcMenu has detected that you have Windows),C:\WINDOWS\WIN.COM
  3.        echo  
  4.        echo   PcMenu has Displayed this Option because you have Microsoft
  5.        Echo   Windows Installed in the Default Location on your
  6.        echo   C drive.
  7.        echo  
  8.        echo   As a result PcMenu Automatically set up an option for you
  9.        echo   to start your windows Program !
  10.        echo  
  11.        pause  Press any key to start Windows....
  12.        cd c:\windows
  13.        win
  14.        cd c:\pcmenu
  15. Start Word Perfect (PcMenu has detected that you have Word Perfect),c:\wp51\wp.exe
  16.        echo  
  17.        echo   PcMenu has Displayed this Option because you have WordPerfect
  18.        Echo   for DOS Installed in the Default Location on your
  19.        echo   C drive.
  20.        echo  
  21.        echo   As a result the PcMenu Automatically set up an option for you
  22.        echo   to start the Word Perfect Program !
  23.        echo  
  24.        pause  Press any key to start WordPerfect for DOS....
  25.        cd c:\wp51
  26.        wp
  27.        cd c:\pcmenu
  28. Define your menu colours with the PalDef utility
  29.        c:\pcmenu\paldef
  30. Change Main Menu to the file <othermenu>,<othermenu>
  31.        set scr=%menu%
  32.        set menu=%othermenu%
  33.        set othermenu=%scr%
  34. Copy a File
  35.        rem   Use a Rem command to initialise Repeater Variables
  36.        rem  @1"Enter the source File name" @2"Enter the Destination Path"
  37.        echo About to copy the file @1 to @2
  38.        pause
  39.        copy @1 @2
  40.        echo @1 copied @2
  41.        pause
  42.